From 061d48b68dc6909281fe89f17e65c7f6cf8b78b4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 10 Jan 2011 10:59:50 -0500 Subject: [PATCH] More doc build fixes Grr, our mixture of xml and plain text in long descriptions is a mess. --- gtk/gtkcomboboxtext.c | 3 ++- gtk/gtktexttagtable.c | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gtk/gtkcomboboxtext.c b/gtk/gtkcomboboxtext.c index 00d75d2f80..60da361f9b 100644 --- a/gtk/gtkcomboboxtext.c +++ b/gtk/gtkcomboboxtext.c @@ -70,7 +70,8 @@ * * ]]> * - * + * + * */ static void gtk_combo_box_text_buildable_interface_init (GtkBuildableIface *iface); diff --git a/gtk/gtktexttagtable.c b/gtk/gtktexttagtable.c index d9eb12e46a..3420f4dd1c 100644 --- a/gtk/gtktexttagtable.c +++ b/gtk/gtktexttagtable.c @@ -52,7 +52,7 @@ * The GtkTextTagTable implementation of the GtkBuildable interface * supports adding tags by specifying "tag" as the "type" * attribute of a <child> element. - * + * * * A UI definition fragment specifying tags * * ]]> * + * + * */ struct _GtkTextTagTablePrivate -- 2.30.2